home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Library / Manuels & Misc / Assembly / AOA.ZIP / CH03 / SIMX86 / GETINPUT.DFM / GETINPUT.txt
Encoding:
Text File  |  1996-04-09  |  704 b   |  40 lines

  1. object InputForm: TInputForm
  2.   Left = 191
  3.   Top = 124
  4.   Width = 261
  5.   Height = 167
  6.   ActiveControl = HexInput
  7.   Caption = 'Input'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 32
  16.     Top = 20
  17.     Width = 175
  18.     Height = 16
  19.     Caption = 'Enter A Hexadecimal Value'
  20.   end
  21.   object HexInput: TEdit
  22.     Left = 96
  23.     Top = 44
  24.     Width = 45
  25.     Height = 21
  26.     TabOrder = 0
  27.     Text = '0000'
  28.     OnChange = HexInputChange
  29.   end
  30.   object OKButton: TButton
  31.     Left = 88
  32.     Top = 76
  33.     Width = 61
  34.     Height = 25
  35.     Caption = 'Okay'
  36.     TabOrder = 1
  37.     OnClick = OKButtonClick
  38.   end
  39. end
  40.